home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / intmail2 / msattadd.dfm / msattadd.txt
Encoding:
Text File  |  1999-07-20  |  2.0 KB  |  113 lines

  1. object AttEditDlg: TAttEditDlg
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'The Attachment'
  6.   ClientHeight = 158
  7.   ClientWidth = 320
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Bevel1: TBevel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 305
  18.     Height = 113
  19.     Shape = bsFrame
  20.   end
  21.   object Label1: TLabel
  22.     Left = 16
  23.     Top = 14
  24.     Width = 50
  25.     Height = 13
  26.     Caption = '&File Name:'
  27.     FocusControl = FileNameEdit
  28.   end
  29.   object Label2: TLabel
  30.     Left = 16
  31.     Top = 64
  32.     Width = 64
  33.     Height = 13
  34.     Caption = 'Content &Type'
  35.   end
  36.   object Label3: TLabel
  37.     Left = 160
  38.     Top = 64
  39.     Width = 127
  40.     Height = 13
  41.     Caption = 'Content Transfer &Encoding'
  42.   end
  43.   object FileNameEdit: TEdit
  44.     Left = 16
  45.     Top = 32
  46.     Width = 201
  47.     Height = 21
  48.     TabOrder = 0
  49.     OnExit = FileNameEditExit
  50.   end
  51.   object BrowseButton: TButton
  52.     Left = 224
  53.     Top = 32
  54.     Width = 75
  55.     Height = 25
  56.     Caption = '&Browse'
  57.     TabOrder = 1
  58.     OnClick = BrowseButtonClick
  59.   end
  60.   object OKButton: TButton
  61.     Left = 72
  62.     Top = 128
  63.     Width = 75
  64.     Height = 25
  65.     Caption = 'OK'
  66.     ModalResult = 1
  67.     TabOrder = 4
  68.   end
  69.   object CancelButton: TButton
  70.     Left = 152
  71.     Top = 128
  72.     Width = 75
  73.     Height = 25
  74.     Cancel = True
  75.     Caption = 'Cancel'
  76.     ModalResult = 2
  77.     TabOrder = 5
  78.   end
  79.   object HelpButton: TButton
  80.     Left = 232
  81.     Top = 128
  82.     Width = 75
  83.     Height = 25
  84.     Caption = '&Help'
  85.     TabOrder = 6
  86.   end
  87.   object ContentTypeEdit: TEdit
  88.     Left = 16
  89.     Top = 80
  90.     Width = 137
  91.     Height = 21
  92.     TabOrder = 2
  93.   end
  94.   object EncodingBox: TComboBox
  95.     Left = 160
  96.     Top = 80
  97.     Width = 137
  98.     Height = 20
  99.     Style = csDropDownList
  100.     ItemHeight = 13
  101.     Items.Strings = (
  102.       'None'
  103.       'Base64'
  104.       'Quoted-Printable')
  105.     TabOrder = 3
  106.   end
  107.   object OpenDialog1: TOpenDialog
  108.     Filter = 'All Files (*.*)|*.*'
  109.     Left = 8
  110.     Top = 128
  111.   end
  112. end
  113.